home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / worldmap / world / swinst.bat < prev   
DOS Batch File  |  1988-05-12  |  764b  |  34 lines

  1. rem  SWINST.BAT          SWIVEL viewing utility for The World Digitized
  2. rem
  3. rem  This batch file installs The World Digitized on your hard disk.
  4. rem  If the designation of your hard drive is not "C:", Control C
  5. rem  out of this command file and correct it before continuing.
  6. rem
  7. pause
  8. rem
  9. verify on
  10. mkdir africa
  11. mkdir antarcti
  12. mkdir asia
  13. mkdir australi
  14. mkdir europe
  15. mkdir northame
  16. mkdir southame
  17. cd africa
  18. pkxarc ..\africa.arc
  19. cd ..\antarcti
  20. pkxarc ..\antarcti.arc
  21. cd ..\asia
  22. pkxarc ..\asia.arc
  23. cd ..\australi
  24. pkxarc ..\australi.arc
  25. cd ..\europe
  26. pkxarc ..\europe.arc
  27. cd ..\northame
  28. pkxarc ..\northame.arc
  29. cd ..\southame
  30. pkxarc ..\southame.arc
  31. cd ..
  32. rem  All files are unpacked.
  33. rem  You may now delete the ARC files if you desire.
  34.